home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / unshar.zip / README.2 < prev    next >
Text File  |  1991-06-16  |  1KB  |  28 lines

  1. This package containsa fairly crude but nevertheless
  2. effective un-shar-er for DOS (or other, I suppose) sytsems. It is
  3. based on one that was posted by Warren Toomey, (email
  4. wtoomey@csadfa.oz.au@munnari.oz[@uunet]) a couple of years ago,
  5. I think to comp.sources.misc, or maybe alt.sources (I misremember).
  6. This archive includes the sources, the un-nroffed manpage, a makefile,
  7. and a DOS executable.
  8.  
  9. I have added a couple of "features" to it to make it more suited
  10. to my needs, but I think they are also generally applicable. My
  11. modifications are 1) it will make subdirectories as required and
  12. properly drop the extracted files in them, and 2) it assumes (by
  13. default) that if, when extracting a file, there is already one
  14. in the destination directory of the same name, the new data should
  15. be appended to the existing file. This handles those shars where
  16. a large file might have been split into multiple shar files. There
  17. is a command-line switch to disable this behavior.
  18.  
  19. The original sources required a getopt(), so I have added to the
  20. package the "public domain AT&T getopt" that I acquired some time
  21. ago from one of the net sources groups. Also included is the makefile
  22. I use with Greg Yachuk's make (should work for any reasonably standard
  23. make), and the tags file I use with PC/VI (probably compatible with
  24. MKS/VI, I suppose).
  25.  
  26. Fred Smith
  27. uunet!samsung!wizvax!fcshome!fredex
  28.